golang.org/x/tools/go/packages.loaderPackage.color (field)

6 uses

	golang.org/x/tools/go/packages (current package)
		packages.go#L695: 	color           uint8            // for cycle detection
		packages.go#L860: 			if lpkg.color == grey {
		packages.go#L863: 			if lpkg.color == white {
		packages.go#L864: 				lpkg.color = grey
		packages.go#L874: 					} else if imp.color == grey {
		packages.go#L913: 				lpkg.color = black